home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Attack⁄DoS / Die Hard.sit / Die Hard / Read Me < prev    next >
Text File  |  1997-06-28  |  692b  |  26 lines

  1. Die Hard.  ©1997 Cal Simone.  Freeware.
  2.  
  3. The Die Hard file is a scripting addition that can kill an application immediately from an AppleScript.  It doesn't send a Quit Apple event.  Just kills immediately.
  4.  
  5. This was written starting at 11:59 PM just before the Hack Show started.
  6. It's written in Think Pascal.
  7.  
  8. ------
  9.  
  10. Destruction Suite: 
  11. Copyright ® 1997 Cal Simone. All rights reserved.
  12.  
  13. kill: Murders the process - NOW!
  14.     kill
  15.         off  application reference  -- the application to kill
  16.         [a vengeance  boolean]  -- And just how do you want to me kill this?
  17.  
  18. ------
  19. Instructions:
  20.  
  21. Write an AppleScript as follows:
  22.  
  23. set the culprit to choose application
  24. kill off the culprit with a vengeance
  25.  
  26.